-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minilcm diff API #1181
Minilcm diff API #1181
Conversation
was current/previous now before after
# Conflicts: # backend/FwLite/FwDataMiniLcmBridge/Api/UpdateProxy/UpdateSenseProxy.cs # backend/FwLite/FwLiteProjectSync.Tests/UpdateDiffTests.cs # backend/FwLite/LcmCrdt/CrdtMiniLcmApi.cs # backend/FwLite/MiniLcm/Models/Entry.cs
# Conflicts: # .idea/.idea.LexBox/.idea/dataSources.xml # backend/FwLite/FwLiteProjectSync.Tests/Fixtures/SyncFixture.cs
…recreated with the same Id
backend/FwLite/FwDataMiniLcmBridge.Tests/MiniLcmTests/BasicApiTests.cs
Outdated
Show resolved
Hide resolved
…han using a HashSet of versions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made a bit of progress
backend/FwLite/FwDataMiniLcmBridge/Api/UpdateProxy/UpdateSenseProxy.cs
Outdated
Show resolved
Hide resolved
had a chat with Tim, and we realized this approach won't work using version numbers and such, otherwise since updates could come from before that version was made, we can't reliably get that version, if we didn't then we could overwrite someone elses changes. |
# Conflicts: # backend/FwLite/FwDataMiniLcmBridge/Api/FwDataMiniLcmApi.cs # backend/FwLite/FwLiteProjectSync.Tests/Fixtures/SyncFixture.cs # backend/FwLite/FwLiteProjectSync.Tests/UpdateDiffTests.cs # backend/FwLite/FwLiteProjectSync/CrdtFwdataProjectSyncService.cs # backend/FwLite/FwLiteProjectSync/DryRunMiniLcmApi.cs # backend/FwLite/LcmCrdt/CrdtMiniLcmApi.cs # backend/FwLite/LcmCrdt/LcmCrdtKernel.cs # backend/FwLite/MiniLcm/IMiniLcmWriteApi.cs # backend/FwLite/MiniLcm/InMemoryApi.cs # backend/FwLite/MiniLcm/SyncHelpers/EntrySync.cs
…hen an entry is created, fix issue with ordering of adding complex forms to an entry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me.
The commit removing object versions was a bit sad to look at 😢
related to #1127